home *** CD-ROM | disk | FTP | other *** search
- Path: news.rmii.com!rainbow!dpayne
- From: dpayne@rainbow.rmii.com (Dirk Payne)
- Newsgroups: comp.lang.c++
- Subject: Painfully slow app load with DB tools in BC 5.0
- Date: 9 Apr 1996 00:10:24 -0600
- Organization: Rocky Mountain Internet, Inc
- Message-ID: <dpayne.829029759@rainbow>
- NNTP-Posting-Host: rainbow.rmii.com
- Keywords: OLE Visual database
- X-Newsreader: NN version 6.5.0 #4 (NOV)
-
- My experience with BC 5.0 and the visual database tools (which are
- very similar to Delphi's constructs) is disappointing. The library links
- the OLE2 DLL for the conversion to/from variable types using the variant
- handler in the OLE DLL. Several of my applications are in and out of
- memory, so they must reload the OLE system (along with IDAPI support) each
- time. The performance is miserable.
-
- Has anyone else had other experiences or shortcuts to make the loading
- process quicker?
-